Crate sqlx_core

source ·
Expand description

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

Modules

Enums

  • The enum Either with variants Left and Right is a general purpose sum type with two cases.

Functions